home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 5 / inter@ivo 1996-06.iso / cybint5 / bin / gforum.dxr / 00041.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  273 b   |  16 lines

  1. on exitFrame
  2.   global dir
  3.   if rollOver(14) then
  4.     if dir = 1 then
  5.       set the visible of sprite 15 to 1
  6.       go(the frame + 1)
  7.     end if
  8.     if dir = -1 then
  9.       go(the frame - 1)
  10.     end if
  11.   else
  12.     set the visible of sprite 15 to 0
  13.     go("Loop")
  14.   end if
  15. end
  16.